Return to start page

This function takes as a parameters the distance that the parabolic movement should move (d) and the maximum height the projectile will flight (h). So x is a value between 0 and d, and the function will return the height for that value. As a side note, if x < 0 or x > d then this function will return negative values.

Brief Description

-

Source File

Core/Maths/Library Real.j

Object

ParabolaZ

Authors

See Objects

-

Todos

-